home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / teval.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  627 b   |  25 lines

  1. .TH TEVAL
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. TEVAL
  5.  
  6.  
  7.  
  8.  CtlPtType TEVAL( TrivarType TV,
  9.                   NumericType UParam,
  10.                   NumericType VParam,
  11.                   NumericType WParam )
  12.  
  13. Evaluates the provided trivariate TV at the given UParam,
  14. VParam  and WParam values. UParam, VParam,
  15. WParam must be contained in the surface parametric domain if TV
  16. is a Bspline surface, or between zero and one if TV is a Bezier
  17. trivariate. The returned control point has the same type as the control
  18. points of TV.
  19.  
  20. Example:
  21.  
  22.     CPt = TEVAL( TV1, 0.25, 0.22, 0.7 );
  23.  
  24. evaluates TV at the parameter values of (0.25, 0.22, 0.7).
  25.